home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-09 | 479 b | 23 lines | [TEXT/CWIE] |
- /*———————————————————————————————————————————————————————————————————————————————————————
- DebuggingStarter.prefix
-
- Prefix file that should be #included by all files.
- ———————————————————————————————————————————————————————————————————————————————————————*/
-
-
- #ifdef __MWERKS__
- #if powerc
- #include <MacHeadersPPC>
- #else
- #include <MacHeaders68K>
- #endif
- #endif
-
- #define DEBUG 1 // 1 is on, 0 off
-
-
- #define USE_DEBUG_TRAPS 1
- #define USE_DEBUG_LEAKS 1
-
- #include "Debug.h"
-